Platform Explorer / Nuxeo Platform 2023.10

Operation Mail.CheckInbox (Check Mail Inbox)

Description

Checks for unread emails in the inbox of an Email Folder passed as input.
Operation id Mail.CheckInbox
Category Services
Label Check Mail Inbox
Requires
Since

Parameters

No parameters.

Signature

Inputs document
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.mail.operations.MailCheckInboxOperation
Contributing Component org.nuxeo.ecm.platform.mail.core.operations.contrib

JSON Definition

{
  "id" : "Mail.CheckInbox",
  "label" : "Check Mail Inbox",
  "category" : "Services",
  "requires" : null,
  "description" : "Checks for unread emails in the inbox of an Email Folder passed as input.",
  "url" : "Mail.CheckInbox",
  "signature" : [ "document", "void" ],
  "params" : [ ]
}